//==============================================================================
// AOE_Bowman_Anim.txt
//==============================================================================

//==============================================================================

define Shield
{
   SetSelector
   {
      set hotspot
      {
         version
         {
          visual Attachments Visual Roman ShieldE
				ReplaceTexture Infantry X Trident Soldier Shield Iron/Republic Shield
         }
      }
         }
}
//==============================================================================
define Head
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Infantry G Hoplite Head Bronze
         }
      }
   }
}

//==============================================================================
define arrow
{
   set hotspot
   {
      version
      {
         Visual Attachments A HandArrow
      }
   }
}

//==============================================================================
define bow
{
   set hotspot
   {
      version
      {
         Visual Attachments A Bow Curved
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector
   {
			set hotspot
			{
				version
				{
					Visual Archer G Toxotes_IdleA
					ReplaceTexture Archer G Toxotes Standard/Infantry G Hoplite Iron
					connect Righthand bow hotspot
					Connect TopOfHead Head hotspot				   
					connect leftforearm GreekArcherShield hotspot
				}
			}
   }
}

//==============================================================================
anim walk
{
		SetSelector 
		{
			set hotspot
			{
				version
				{
					Visual Archer G Toxotes_WalkA
					ReplaceTexture Archer G Toxotes Standard/Infantry G Hoplite Iron
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag FootstepLeft 0.50 true   
               tag FootstepRight 0.00 true   
//-- end auto generated section
					connect righthand bow hotspot
					Connect TopOfHead Head hotspot
					connect leftforearm GreekArcherShield hotspot
				}
			}
                }
}

//==============================================================================
anim RangedAttack
{
   SetSelector
   {
      set hotspot
      {
         version
         {
					Visual Archer G Toxotes_AttackA
					ReplaceTexture Archer G Toxotes Standard/Infantry G Hoplite Iron
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.40 true   
               tag GenericSound 0.40 true   
               tag SpecificSoundSet 0.50 false Arrow checkVisible 
//-- end auto generated section
					Connect TopOfHead Head hotspot
					connect righthand bow hotspot
					connect leftforearm GreekArcherShield hotspot
         }
      }
   }
}


//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
					Visual Archer G Toxotes_DeathA
					ReplaceTexture Archer G Toxotes Standard/Infantry G Hoplite Iron
					connect righthand bow hotspot
					Connect TopOfHead Head hotspot
					connect leftforearm GreekArcherShield hotspot
         }
      }
   }
}

//==============================================================================
anim Flail
{
   SetSelector
   {
      set hotspot
      {
         version
         {
					Visual Archer G Toxotes_FlailA
					ReplaceTexture Archer G Toxotes Standard/Infantry G Hoplite Iron
					connect Righthand bow hotspot
					Connect TopOfHead Head hotspot
					connect leftforearm GreekArcherShield hotspot
         }
      }
   }
}
